home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK2.toast / Development Kits (Disc 2) / ScriptX / Draggable ScriptX Folders / utils / DTK / Examples / Builder / globals.lib < prev   
Encoding:
Text File  |  1995-10-18  |  188 b   |  11 lines  |  [TEXT/ttxt]

  1. --<<<
  2. module titleGlobals
  3.     uses scriptX
  4.     exports scriptRootGetter
  5. end
  6.  
  7. in module titleGlobals
  8. --global scriptRoot := spawn theStartDir "Development"
  9. global scriptRoot := theStartDir
  10. -->>>
  11.